net/http.http2responseWriterState.conn (field)
10 uses
net/http (current package)
h2_bundle.go#L6106: rws.conn = sc
h2_bundle.go#L6364: conn *http2serverConn
h2_bundle.go#L6416: rws.conn.logf("ignoring invalid trailer %q", k)
h2_bundle.go#L6482: rws.conn.startGracefulShutdown()
h2_bundle.go#L6487: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6517: if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil {
h2_bundle.go#L6524: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6599: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6625: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6748: if rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |